home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / spool.zip / SPOOL.DOC < prev   
Text File  |  1986-02-01  |  4KB  |  100 lines

  1.  
  2.                             Ultimate Print Spooler
  3.  
  4.  
  5.  
  6.         I know you have probably seen MANY print spoolers in the public domain
  7. before. But try mine for a while. I have used many before, but still feel my
  8. version is about the fastest and most flexible. (Slightly prejudiced!) I
  9. released it to the public domain a while back, but have made some changes and
  10. want to release the newest version again. I have found it to work much better
  11. with some of the existing applications and have improved the interface. The
  12. documentation is a little cryptic! Programmers don't usually like to write
  13. documentation very well anyways!
  14.  
  15. The program consists of 2 parts:
  16.  
  17.         SPOOL.DEV:      Device driver to be installed.
  18.  
  19.         BUFFERP.COM:    Print spooler command control.
  20.  
  21.  
  22. Configuring spooler:
  23.  
  24. Install the folowing line you CONFIG.SYS file on the boot
  25.         disk:
  26.                 device=spool.dev [/option1] [/option2]
  27.  
  28.         Where option may be the following:
  29.                 Option 1:  "/1" -"/64" Decimal digit(s) indicating
  30.                            (k)size of memory to reserve for print
  31.                            buffer.
  32.  
  33.                 Option 2:  "/L(1,2,3)" or "/C(1,2)". Specifies which
  34.                            port is buffered, and becomes STANDARD
  35.                            PRN output. Only one may be specified.
  36.                            Option "L(1,2,3)" indicates LPT1,LPT2 or
  37.                            LPT3 respectively. Option "/C(1,2)" indicates
  38.                            Com1 or Com2 port.
  39.  
  40.         Thus if the following line is installed:
  41.  
  42.                         device = spool.dev /l2 /60
  43.  
  44.         It means spool the PRN output to LPT2, reserve a 60K buffer.
  45.  
  46.         Options are not case sensitive! Options may be installed in
  47.         any order. Any other characters are ignored. Default setup
  48.         is:
  49.                 LPT1  and 1K buffer
  50.  
  51.  
  52.  
  53. Buffer control:
  54.  
  55.         Operating the buffer control program, "BUFFERP" is fairly
  56. simple. Just execute it at DOS prompt. It will bring up a simple
  57. menu. Only one command is executed at a time. Pretty self-explanatory.
  58.  
  59. Improvements:
  60.  
  61. I would like to add a couple of more features:
  62.  
  63.         1. Keystroke control for some buffer functions (such as
  64.            print pausing or buffer clear). However the problem
  65.            is that it may interfere with other resident programs!
  66.            So I have avoided doing that. Will probably look into
  67.            the problem more in the next release.
  68.  
  69.         2. Extended printer format support. Add online format control
  70.            to elimnate all the other various little printer utils
  71.            out there that set up printer configs (such as compressed
  72.            print,etc). That problem would require more user customizing
  73.            and lots more code! Maybe will do in future release.
  74.  
  75.         3. Execution of buffer commands on same command line when
  76.            running the bufferp program. Would make life easier, when
  77.            user is already familiar with commands. I myself prefer
  78.            most commands to be as short as possible,avoiding menus!
  79.            This will be implemented in next release.
  80.            
  81.  
  82. Since I have also graciously released source code for this program you
  83. might want to add these features yourself! And perhaps return the new
  84. code to the public domain. If so, PLEASE credit where its due! Also
  85. please release source code, in the true spirit of the public domain!
  86.  
  87. If you have comments about the program, feel free to contact me at the
  88. following location:
  89.  
  90.                 Craig Derouen
  91.  
  92.                 Heathkit FIDO BBS
  93.                  206-941 6943
  94.                 Federal Way,Wa
  95.  
  96.  
  97.  Please share the program with others. Upload it to your favorate bbs!
  98.  
  99.  
  100.